home *** CD-ROM | disk | FTP | other *** search
- InspectTuple = {
- ACTIONS = {
- addPlot:;
- colBrowserClicked:;
- tupleBrowserClick:;
- axisMatrixClick:;
- changeImportMode:;
- openTupleAsText:;
- openTuple:;
- closeTuple:;
- formChange:;
- graphOption:;
- };
- OUTLETS = {
- msgMatrix;
- tpAxisButtons;
- graphTypMatrix;
- infoForm;
- colBrowser;
- copyButton;
- popUpButton;
- accessoryView;
- tupleBrowser;
- };
- SUPERCLASS = InspectBase;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- InspectBase = {
- ACTIONS = {
- windowDidUpdate:;
- };
- OUTLETS = {
- contentBox;
- };
- SUPERCLASS = Object;
- };
-